home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
misc
/
MouseTest.lha
/
TestLMB.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1992-12-17
|
201 b
|
13 lines
; TestLMB by Ed Mackey
; Returns WARN if LMB is pressed.
moveq #0,d0
move.b $BFE001,d1
btst #6,d1
bne nope
moveq #5,d0
nope: rts
END